net/http.http2priorityWriteSchedulerRFC7540.addClosedOrIdleNode (method)

3 uses

	net/http (current package)
		h2_bundle.go#L11704: 		ws.addClosedOrIdleNode(&ws.closedNodes, ws.maxClosedNodesInTree, n)
		h2_bundle.go#L11732: 		ws.addClosedOrIdleNode(&ws.idleNodes, ws.maxIdleNodesInTree, n)
		h2_bundle.go#L11828: func (ws *http2priorityWriteSchedulerRFC7540) addClosedOrIdleNode(list *[]*http2priorityNodeRFC7540, maxSize int, n *http2priorityNodeRFC7540) {